object LinkedListForm: TLinkedListForm Left = 128 Top = 101 Width = 264 Height = 311 Caption = 'Linked List' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy OnMouseUp = FormMouseUp OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object ValueText: TEdit Left = 8 Top = 8 Width = 129 Height = 21 MaxLength = 20 TabOrder = 0 OnChange = ValueTextChange end object CmdInsertAfter: TButton Left = 32 Top = 40 Width = 81 Height = 25 Caption = 'Insert After' Default = True Enabled = False TabOrder = 1 OnClick = CmdInsertAfterClick end object CmdRemoveAfter: TButton Left = 32 Top = 72 Width = 81 Height = 25 Cancel = True Caption = 'Remove After' Enabled = False TabOrder = 2 OnClick = CmdRemoveAfterClick end end